Coloring lines

Let's begin with the "" environment. Changing the color of lines is easy, because if you write, say, "


", then the line comes out gray. For example: =height15.5pt depth8.5pt width0pt width 2.5pt    #     &width 2.5pt    #    width 2.5pt
height 2.5ptTamarind& Chiplote
height 2.5ptLulu& Serrano
height 2.5ptGuanabana& Larga
height 2.5pt

With LATEX, you can add an entry like

  @{\hspace{\tabcolsep}{\gray\vrule}\hspace{\tabcolsep}}
to the argument of the alignment environment, instead of "|", if you want to color the vertical line that is drawn. If using "array.sty", you can try:
  !{{\gray\vrule}}

To color horizontal lines with LATEX, don't bother trying

  {\gray\hline}
because it won't work. You write your own version of "" and "", or use the non-aligned color commands described in the next section.